home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / amiga / gui / prcgntn1.lha / Precognition / include / Precognition.h < prev    next >
C/C++ Source or Header  |  1992-12-23  |  830b  |  32 lines

  1. #ifndef PRECOGNITION_H
  2. #define PRECOGNITION_H
  3. /* ==========================================================================
  4. **
  5. **                               Precognition.h
  6. **
  7. **      Defines structs and prototypes for use with code generated by
  8. **      the Precognition interface builder.
  9. **
  10. **   ⌐1991, 1992 WILLISoft
  11. **
  12. ** ==========================================================================
  13. */
  14.  
  15. #include "Precognition_Utils.h"
  16. #include "Precognition3D.h"
  17. #include "PObject.h"
  18. #include "GraphicObject.h"
  19. #include "TitleBox.h"
  20. #include "OutlineBox.h"
  21. #include "BoolGadget.h"
  22. #include "CycleGadget.h"
  23. #include "StringGadget.h"
  24. #include "IntegerGadget.h"
  25. #include "CheckBox.h"
  26. #include "HSlider.h"
  27. #include "HScroller.h"
  28. #include "VSlider.h"
  29. #include "VScroller.h"
  30. #include "ScrollingList.h"
  31. #include "ListEditor.h"
  32. #endif